home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
magazine
/
c_news
/
05
/
listings
/
f_overru.c
< prev
next >
Wrap
C/C++ Source or Header
|
1988-03-03
|
1KB
|
34 lines
/************************************************************************/
/* */
/* F_OVERRU.C */
/* Level 1 FOSSIL function */
/* */
/************************************************************************/
/* */
/* FOSSIL Library Routine */
/* */
/************************************************************************/
/* REVISION 5 FOSSIL INTERFACE SPECIFICATIONS */
/************************************************************************/
/************************************************************************/
/************************************************************************/
/* */
/* IMPLEMENTOR'S NOTE: */
/* */
/* This function may also be implemented as a MACRO in FOSSIL.H */
/* See FOSSIL.H for details. */
/* */
/************************************************************************/
/************************************************************************/
#include "fossil.h"
int
f_overrun(port)
int port;
{
return (f_status(port)&FST_OVRN ? 1 : 0);
}